- Candidate
-
{{ display_name }}
{% if certificate.privacy_initials_only %}
Privacy: initials
{% endif %}
- Course
- {{ certificate.course_title_snapshot }}
- Result
-
{{ score_band_label }}
{{ certificate.assessment_label }}
Exact percentage is not shown publicly.
- Issued
- {{ certificate.issued_at|date:"d M Y" }}
- Status
-
{% if is_valid %}
Valid
{% else %}
Revoked
{% if certificate.revoke_reason %}
{{ certificate.revoke_reason }}
{% endif %}
{% if certificate.revoked_at %}
Revoked {{ certificate.revoked_at|date:"d M Y" }}
{% endif %}
{% endif %}
{% if is_valid and certificate.badge_image %}
Verified skill badge
{% endif %}
{% if is_valid %}
For freelancers
Share this credential on Fiverr / Upwork with a verify link employers can trust.
{% if certificate.badge_image %}
Badge image
{% endif %}
{% endif %}